home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Gold 2
/
Shareware Gold II - Volume 2 Number 1 - Wayzata Technology (7071) (1991).iso
/
mangment
/
landlord
/
inithard.bat
< prev
next >
Wrap
DOS Batch File
|
1988-04-25
|
1KB
|
56 lines
echo off
cls
rem inithard.bat
if "%1" == "" goto nohard
echo +
echo +
echo +
echo + This program will create a new LANDLORD system and its own
echo + subdirectory on your hard disk. It will overwrite existing
echo + LANDLORD files that are already installed on the hard disk.
echo + If you want to install a second system copy all the files
echo + on the existing LANDLORD subdirectory to another subdirectory
echo + and then run this program.
echo +
echo + To exit to DOS type Ctrl-C and then 'Y', else
echo +
echo +
echo +
pause
echo on
md %1\landlord
copy landfile.dbf %1\landlord\landlord.dbf
copy ch.ntx %1\landlord\chartacc.ntx
copy en.ntx %1\landlord\entrydat.ntx
copy bu.ntx %1\landlord\building.ntx
copy tr.ntx %1\landlord\transdat.ntx
copy landlord.exe %1\landlord
echo off
cls
echo +
echo +
echo +
echo + Answer 'C' or 'D' (your hard drive) to the upcoming Data Disk question.
echo +
echo +
echo + From now on use 'LANDLORD' to start your program.
echo +
echo +
echo +
pause
echo on
%1
cd %1\landlord
landlord
echo off
goto finis
:nohard
echo +
echo +
echo +
echo + You must enter INITHARD C: or INITHARD D: from the DOS prompt.
echo +
echo +
echo +
:finis